Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NStringMap<T> Class / GetItems Method


In This Topic
    GetItems Method (NStringMap<T>)
    In This Topic
    Gets the subset of all key-value pairs in this map whose key macthes the given search string and match mode.
    Syntax
    'Declaration
     
    
    Public Function GetItems( _
       ByVal searchString As System.String, _
       ByVal matchMode As ENStringMatchMode _
    ) As INSet(Of NKeyValuePair(Of String,T))
    'Usage
     
    
    Dim instance As NStringMap(Of T)
    Dim searchString As System.String
    Dim matchMode As ENStringMatchMode
    Dim value As INSet(Of NKeyValuePair(Of String,T))
     
    value = instance.GetItems(searchString, matchMode)

    Parameters

    searchString
    matchMode
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also